home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / tqs / PROGRAMS.SHR / QF14.B50 < prev    next >
Encoding:
Text File  |  1995-05-15  |  3.2 KB  |  111 lines

  1. REM
  2. REM                       Fleet Defender by MPS
  3. REM
  4. REM                     F16C FLCS and TQS Systems
  5. REM
  6. REM            Written and Tested by Stephen Voege - April, 1995
  7.  
  8. REM ╔═══════════════════════════════╗
  9. REM ║                               ║
  10. REM ║ Choose Joystick with Throttle ║
  11. REM ║                               ║
  12. REM ╚═══════════════════════════════╝
  13.  
  14. USE TQS
  15. USE MTYPE A3
  16.  
  17. ANT 1 24 PGUP PGDN |
  18. RNG 1 5 x z
  19.  
  20. REM ╔═════════════════════════════════════════════════════╗
  21. REM ║ Place Mdef files below this line (i.e. Mdef Newname)║
  22. REM ╚═════════════════════════════════════════════════════╝
  23.  
  24. Mdef Qf14
  25.  
  26. REM ╔════════════════════════════════════════════════════════╗
  27. REM ║ Change 'F14' to the name of the Mdef file that you     ║
  28. REM ║ want your B50 file to reference.  For example, if you  ║
  29. REM ║ create a new B50 file called NEWSIM.ADV, you might want║
  30. REM ║ the line above to read 'Mdef NEWSIM'.                  ║
  31. REM ╚════════════════════════════════════════════════════════╝
  32.  
  33. RATE 60
  34.  
  35. REM ╔════════════════════════════════════════════════════════════╗
  36. REM ║ Place special macros below this line (i.e. @macroname, etc)║
  37. REM ╚════════════════════════════════════════════════════════════╝
  38.  
  39. REM ╔══════════════════════╗
  40. REM ║ FLCS Button Commands ║
  41. REM ╚══════════════════════╝
  42.  
  43.  
  44. REM **NOTE: Turn NUMLOCK OFF when you enter the cockpit!!!
  45.  
  46. BTN H1U /I /N AutoTrim
  47.         /O (NUML LookAhead NUML)
  48. BTN H1D    (NUML LookDown NUML)
  49. BTN H1L /T (NUML LookLeft NUML)
  50.         /T (NUML LookRearLeft NUML)
  51. BTN H1R /T (NUML LookRight NUML)
  52.         /T (NUML LookRearRight NUML)
  53.  
  54. BTN S1 /T Sparrow
  55.        /T Phoenix
  56. BTN S2 /N WeaponRelease
  57. BTN S3 /N IFF
  58. BTN S4 /N AutoPilot Front/Back
  59.  
  60. BTN H2U BreakLock
  61. BTN H2R Bore/VSL
  62. BTN H2L TEWS-OnOff
  63. BTN H2D LockTarget
  64.  
  65. BTN H3U MasterArm
  66. BTN H3R VDI/TCS
  67. BTN H3L HSD/TID
  68. BTN H3D Waypoint
  69.  
  70. BTN H4U Flare
  71. BTN H4R IncHUDBright
  72. BTN H4L DecHUDBright
  73. BTN H4D Chaff
  74.  
  75. REM ╔═════════════════════╗
  76. REM ║ TQS Button Commands ║
  77. REM ╚═════════════════════╝
  78.  
  79. rem BTN T1 - used as left mouse button
  80.  
  81. BTN T2 RadarMode
  82. BTN T3 RadarOnOff
  83. BTN T4 Azimuth
  84. BTN T5 BarSetting
  85.  
  86. BTN T6 /T CageSW
  87.        /T UncageSW
  88.  
  89. BTN T7 /P /N Guns
  90.        /R /N NAVMODE
  91. BTN T8 /P /N Sidewinder
  92.        /R /N NAVMODE
  93.  
  94. BTN T9  /P /N SpeedBrake
  95.         /R /N SpeedBrake
  96. BTN T10 /P /N SpeedBrake
  97.         /R /N SpeedBrake
  98.  
  99. REM ╔═══════════════════════════════════════════════════════════════════╗
  100. REM ║                                                                   ║
  101. REM ║ NOTE: THIS FILE IS TO BE USED WITH THE F16 FLCS/TQS HOTAS         ║
  102. REM ║ Systems made exclusively by ThrustMaster, Inc.                    ║
  103. REM ║                                                                   ║
  104. REM ║ The F16C Block 50 Flight Control Systems are so REALISTIC they    ║
  105. REM ║ look like they've just come out of an F16C!! To order yours today ║
  106. REM ║ dial 503-639-3200 or fire up the FAX machine and send a FAX  to   ║
  107. REM ║ ThrustMaster, Inc. and ask for the Order department.  Have your   ║
  108. REM ║ Visa or MasterCard ready and prepare yourself for the newest      ║
  109. REM ║ adventure in Flight Control Systems!!! HAPPY THRUSTMASTERING!!!   ║
  110. REM ╚═══════════════════════════════════════════════════════════════════╝
  111.